| ControlImplementation | Contains the specific concrete rendition or implementation of a control that should be instantiated. |
| ConvertEmptyToNull | Specifies whether empty current values are regarded as NULL. |
| CurrentValue | Contains the current status of an input control. |
| DataField | Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when: -the current row of a form changes, the control is initialized with the value from its column. -the user changes the content of a control, this changed value is written back to its column. |
| DefaultValue | Contains the default value of an input control. |
| EnableTabbingNavigation | Specifies whether a control is included in the tabbing navigation order. |
| EnableValidation | Specifies whether the text that the user enters is validated during input against the input format associated with the control. |
| EventListeners | (Inherited from Control) |
| ID | Contains an identifier for a control element. |
| IsDisabled | Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused. |
| IsPrintable | Specifies whether a control is printed when a user prints a document in which the control is contained. |
| IsReadOnly | Specifies whether a user can modify the value of a control. |
| MaximumLength | Contains the maximum number of characters that a user can enter in an input control. |
| MaximumValue | Contains the maximum value that a user can enter. |
| MinimumValue | Contains the minimum value that a user can enter. |
| Name | Contains the name of a form or control element. |
| Properties | (Inherited from Control) |
| TabIndex | Contains tabbing navigation order of controls within a form. |
| Title | Contains additional information about a control. The value of the attribute can be used as a tool tip. |